infix <=>

Documentation for infix <=> assembled from the following types:

language documentation Operators

From Operators

(Operators) infix <=>

multi sub infix:«<=>»($a, $b --> Order:D) is assoc<non>

Numeric three-way comparator.

Coerces both arguments to Real and then does a numeric comparison.

enum Order

From Order

(Order) infix <=>

multi sub infix:«<=>»(Int:D \a, Int:D \b --> Order:D)

Specialized form for Int.